home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #4 / Amiga Plus CD - 2000 - No. 4.iso / PowerPC / Dev / PPCRelease / Examples / R.Mainz / fastprim / smakefile.fastprim < prev    next >
Encoding:
Text File  |  1998-06-03  |  294 b   |  17 lines

  1. #
  2. # Makefile automatically generated by MKMK V6.55
  3. # Wed Jan 28 15:41:19 1998
  4. #
  5.  
  6. .c.o:
  7.     scppc "$*.c"
  8.  
  9. OBJS= fastprim.o
  10.  
  11. fastprim: $(OBJS)
  12.     slinkppc.script fastprim.elf $(OBJS)
  13. #    ppc-amigaos-ld -r -o fastprim.elf sclib:c_ppc.o $(OBJS) sclib:scppc.a sclib:end.o
  14.  
  15. fastprim.o: fastprim.c
  16.  
  17.